projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddf3a00
)
tools/debugger/gdbsx: enabled by only x86
author
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Tue, 13 Jul 2010 18:08:48 +0000
(19:08 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Tue, 13 Jul 2010 18:08:48 +0000
(19:08 +0100)
The changeset 21752:
29e545151078
breaks ia64, since gdbsx supports
only x86.
Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 3ae1f15eb1630bdb0f55f1f8501a472a8d4cf98b..73cf708b62751dda99a541694c33f95bc02486dc 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-35,7
+35,7
@@
SUBDIRS-y += xenpmd
SUBDIRS-y += libxl
SUBDIRS-y += remus
SUBDIRS-$(CONFIG_X86) += xenpaging
-SUBDIRS-
y
+= debugger/gdbsx
+SUBDIRS-
$(CONFIG_X86)
+= debugger/gdbsx
# These don't cross-compile
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))